home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1999
/
MacHack 1999.toast
/
The Hacks
/
MACtive Desktop
/
Source
/
Headers
/
EventManager.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-30
|
204 b
|
13 lines
|
[
TEXT/CWIE
]
#ifndef _EVENTMANAGER_
#define _EVENTMANAGER_
typedef class EventManager
{
public:
virtual void DoDispatch(EventRecord *event,Boolean isSystemWindow) = 0;
} EventManager;
#endif /* _EVENTMANAGER_ */